FRTС project
Notes
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Iderivs_func
Interface
9 statements
Source File
1_runge_kutta.f90
runge_kutta_module
Iderivs_func
Contents
None
interface
public subroutine Iderivs_func(x, y, dydx)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
x
real(kind=wp),
intent(in)
::
y
(:)
real(kind=wp),
intent(inout)
::
dydx
(:)